home *** CD-ROM | disk | FTP | other *** search
- global npopon
-
- on mpopmenu01a
- mspriteset(41, 1, 1, 0, the number of cast "PopBoard01a", 10, 462)
- end
-
- on mpopmenu01b
- mspriteset(42, 1, 1, 0, 61, 58, 459)
- end
-
- on mpopmenu01c
- mspriteset(42, 1, 1, 0, 61, 108, 459)
- end
-
- on mpopmenu01d
- mspriteset(42, 1, 1, 0, 61, 158, 459)
- end
-
- on mpopmenu01e
- mspriteset(42, 1, 1, 0, 61, 208, 459)
- end
-
- on mpopmenuchk
- if rollOver(41) then
- mpopmenuchka()
- else
- if the mouseV <= 458 then
- set npopon to 0
- end if
- end if
- end
-
- on mpopdel01a
- set the type of sprite 41 to 0
- set the type of sprite 42 to 0
- end
-
- on mpopmenuchka
- if (npopon = 1) and ((10 < the mouseH) and (the mouseH < 130)) then
- if (420 < the mouseV) and (the mouseV < 440) then
- mspriteset(42, 1, 1, 0, the number of cast "PopBar01a", 10, 420)
- else
- if (440 < the mouseV) and (the mouseV < 460) then
- mspriteset(42, 1, 1, 0, the number of cast "PopBar01a", 10, 440)
- else
- end if
- end if
- else
- end if
- end
-